VObject::GetWindow

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::GetWindow - instance method  

TEMPLATE

nextBlankWin = BlankWin * GetWindow()  

SPECIFIERS

public  

DESCRIPTION

GetWindow calls the method FindContainerOfClass to get the next container which IsKindOf the class BlankWin. If there is no BlankWin in the container chain NULL is returned. NULL is returned if the container chain is not initialized yet, which is the case before a window is opened the first time.
See also method GetView and method Getclipper.  

ARGUMENTS

none

 

RETURN ARGUMENT

BlankWin * nextBlankWin

the next container which IsKindOf
the class BlankWin or NULL. Actually there is always only one container of class BlankWin and this is the root of the VObject tree.
 

CATEGORIES

container handling, client interface

 

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022